gdk: fix typo in the docs for gdk_drag_context_get_selected_action()
authorMichael Natterer <mitch@gimp.org>
Thu, 10 Jun 2010 11:15:12 +0000 (13:15 +0200)
committerMichael Natterer <mitch@gimp.org>
Thu, 10 Jun 2010 11:16:25 +0000 (13:16 +0200)
(cherry picked from commit e494ec1d61e627db44a6bcc678ee8b37c8eb038c)

gdk/gdkdnd.c

index 690e4a5a7a27aa8553c2a8a9b059b863b74c44b5..fb43b1f19fd2b23c5cecf89190f071d7f40b8419 100644 (file)
@@ -149,7 +149,7 @@ gdk_drag_context_get_suggested_action (GdkDragContext *context)
 }
 
 /**
- * gdk_drag_context_selected_get_action:
+ * gdk_drag_context_get_selected_action:
  * @context: a #GdkDragContext
  *
  * Determines the action chosen by the drag destination.